home *** CD-ROM | disk | FTP | other *** search
/ Aminet 7 / Aminet 7 - August 1995.iso / Aminet / docs / misc / ConcNews.lha / news / amiga.programming / comp.sys.amiga.programmer_6577_000033.msg < prev    next >
Encoding:
Text File  |  1994-11-27  |  1.7 KB  |  38 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: dd.chalmers.se!news.chalmers.se!sunic!EU.net!Germany.EU.net!news.dfn.de!news.belwue.de!news.uni-stuttgart.de!rz.uni-karlsruhe.de!stepsun.uni-kl.de!uklirb.informatik.uni-kl.de!feck
  3. From: feck@informatik.uni-kl.de (Christoph Feck IRZ)
  4. Subject: Re: Boopsi questions
  5. Message-ID: <1994Feb27.060713@informatik.uni-kl.de>
  6. Sender: news@uklirb.informatik.uni-kl.de (Unix-News-System)
  7. Nntp-Posting-Host: uklirb.informatik.uni-kl.de
  8. Organization: University of Kaiserslautern, Germany
  9. References: <1994Feb23.012608@informatik.uni-kl.de> <2km384$lsd@zetar.cs.pdx.edu>
  10. Date: Sun, 27 Feb 1994 05:07:13 GMT
  11. Lines: 25
  12.  
  13. In article <2km384$lsd@zetar.cs.pdx.edu>, idr@cs.pdx.edu (Dancing Fool of Epsilon) writes:
  14. > One thing that you really should get is the source code from the
  15. > Libraries manual off the Fish disks...I forget which disk.  It has
  16. > source code for a BOOPSI gadget class, and how to make two BOOPSI
  17. > gadgets talk to each other without program intervention.  It also
  18.  
  19. I already know about these things...
  20.  
  21. > sounded like you were making a BOOPSI class for file handling?  I don't
  22.  
  23. Yes.  streamclass.
  24.  
  25. > think this is such a good idea.  All BOOPSI dispatchers must be able to
  26. > execute in Intuition's context, this means as a TASK, not a process. 
  27.  
  28. As long as I don't add my streamclass objects to a window, Intuition
  29. won't even KNOW about the existance of the objects.
  30.  
  31. > Therefore it's not safe to use dos.library.  There maybe something about
  32. > you implementation that may make it work, but it doesn't seem very safe.
  33.  
  34. It is safe.  Safer than sex :)
  35.  
  36. 3k// Christoph Feck, TowerSystems
  37. \X/ Amiga - Intuition inside.
  38.